home *** CD-ROM | disk | FTP | other *** search
- I have written MATH PAK with the intent that it helps and accelerates
- some of the many math operations. Some of these include:
- * addition
- * subtraction
- * multiplication
- * division
- * hexidecimal and octal from decimal conversions
- * binary to decimal conversions
- * quadratic formula root solving(given ax^2 + bx + c = 0)
- * area of a circle calculations
- * area of a triangle calculations
- * metric to U.S. conversions
- * U.S. to metric conversions
- * polar to rectangular and rectangular to polar conversions
- * finding points on an x-y coordinate system given ay + b = mx + d
- * finding the equation and slope of a line given two points((x1,y1),(x2,y2))
- * finding the intersection point of two non parallel lines given both line equations (ay + b = mx + d)
- * logarithmic functions(base 10 or base a)
- * second order determinant solving(x,y)
- * third order determinant solving(x,y,z)
- * trig functions and tables
- * finding points to a function f(x) = ax^5 + bx^4 + cx^3 + dx^2 + ex + K
- (including first and second derivative values at these points)
- * plus other functions including an on-disk tutorial section
- Please refer(read) to the READ.ME file also on this disk to start the
- program. I hope that you can utilize this software to its full extent
- and that it allows you to understand the importance of mathematics.
- I have used universal formulas and conversions to calculate the
- necessary operations and you should remember that there can be more
- than one way to solve a particular math problem.
-
- Dan Dalal
- Author,MATH PAK
- (C)1984
- ALL RIGHTS RESERVED